home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / pmake / shx.mk < prev    next >
Text File  |  1988-03-24  |  367b  |  15 lines

  1. #
  2. # This is a shell specification to have the bourne shell echo the commands
  3. # just before executing them, rather than when it reads them. Useful if you
  4. # want to see how variables are being expanded, etc.
  5. #
  6. .SHELL     : path=/bin/sh \
  7.     quiet="set -" \
  8.     echo="set -x" \
  9.     filter="+ set - " \
  10.     echoFlag=x \
  11.     errFlag=e \
  12.     hasErrCtl=yes \
  13.     check="set -e" \
  14.     ignore="set +e"
  15.